home *** CD-ROM | disk | FTP | other *** search
- /* -*-C-*-
- *******************************************************************************
- *
- * File: Send.h
- * RCS: $Header: /usr/local/lib/cvs/EnhanceMail/Send.h,v 1.1.1.2 1996/04/07 00:20:24 cedman Exp $
- * Description:
- * Author: Carl Edman
- * Created: Fri Oct 13 11:48:24 1995
- * Modified: Sat Apr 6 15:02:47 1996 (Carl Edman) cedman@capitalist.princeton.edu
- * Language: C
- * Package: N/A
- * Status: Experimental (Do Not Distribute)
- *
- * (C) Copyright 1995, but otherwise this file is perfect freeware.
- *
- *******************************************************************************
- */
-
- #import <appkit/appkit.h>
- #import "MailApp.h"
-
- @interface EnhanceSend : Send <NXReadOnlyTextStream, NXSelectText, NXChangeSpelling, NXIgnoreMisspelledWords>
- - prepareReply;
- - initQuoteSig;
- @end
-
- @interface MediaText(EnhanceSend)
- - openFrom:(const char *)file;
- - openRichFrom:(const char *)file;
- @end
-